home *** CD-ROM | disk | FTP | other *** search
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$000001F4,$0000007F,$0000023F,$000002CD,$00000000,$FFFFFFC7,$00000000,$00000000};
- LayoutWindow is {$0000006B,$000000A1,$0000032F,$00000267,$00000000,$00000000,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false;
-
- Width is 800; Height is 600;
-
-
- Elements is [
- oMusic2,
- ofond3,
- oreportage_sommaire4,
- oreportage1_lancer5,
- oreportage2_lancer6,
- oBox8,
- oVid_o19
- ];
- Events is [
- cOnscreenEvent
- with
- Commands is [
- cRunCommand
- with Flags is $00000004; Target is oMusic2; Rewind is true; end
- ];
- end,
- cKeyboardEvent
- with Test is IsSpace;
- Commands is [
- cRunCommand
- with Flags is $00000004; Target is oVid_o19; Mode is Toggle; end
- ];
- end,
- cKeyboardEvent
- with Value is "+";
- Commands is [
- cSetVolumeCommand
- with Mode is ExecuteHigher; end
- ];
- end,
- cKeyboardEvent
- with Value is "-";
- Commands is [
- cSetVolumeCommand
- with Flags is $00000004; Mode is ExecuteLower; end
- ];
- end,
- cKeyboardEvent
- with Value is "m";
- Commands is [
- cRunCommand
- with Flags is $00000004; Mode is Toggle; Rewind is true; end
- ];
- end
- ];
- end;
-
- object oMusic2 is cSound
- with
- Flags is $00000150;
- Name is "Music";
-
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
- Looping is true;
- URL is "data/Sons/1.mp3"; URLOption is GetDiskURL;
-
- end;
-
- object ofond3 is cImage
- with
- Flags is $00000150;
- Name is "fond";
- Enabled is false;
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/bonus.jpg"; URLOption is GetDiskURL;
-
-
- end;
-
- object oreportage_sommaire4 is cImage
- with
- Flags is $00000150;
- Name is "reportage sommaire";
- Shown is false; Cursor is oFingerCursor;
- X is 629; Y is 573;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/vid%20sommaire.jpg"; URLOption is GetDiskURL;
-
-
- Events is [
- cMouseEnterEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oTargetSelf; end
- ];
- end,
- cMouseLeaveEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
- ];
- end,
- cMouseUpEvent
- with Flags is $00000004;
- Commands is [
- cBrowseCommand
- with Flags is $00000004; URL is "data/Interface/sommaire.k"; URLOption is GetDiskURL; end
- ];
- end
- ];
- end;
-
- object oreportage1_lancer5 is cImage
- with
- Flags is $00008151;
- Name is "reportage1 lancer";
- Shown is false; Cursor is oFingerCursor;
- X is 320; Y is 573;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/lancer%20bonus%201.jpg"; URLOption is GetDiskURL;
-
-
- Events is [
- cMouseEnterEvent
- with Flags is $00004004;
- Commands is [
- cShowCommand
- with Flags is $00004004; Target is oTargetSelf; end
- ];
- end,
- cMouseLeaveEvent
- with Flags is $00004004;
- Commands is [
- cShowCommand
- with Flags is $00004004; Target is oTargetSelf; Mode is Clear; end
- ];
- end,
- cMouseUpEvent
- with Flags is $00004004;
- Commands is [
- cSwitchURLCommand
- with Flags is $00004000; Target is oVid_o19; URL is "../../data/Videos/bonus01.mpg"; end,
- cShowCommand
- with Flags is $00004004; Target is oVid_o19; end,
- cEnableCommand
- with Flags is $00004004; Target is oVid_o19; end,
- cRunCommand
- with Flags is $00004004; Target is oVid_o19; Rewind is true; end,
- cRunCommand
- with Flags is $00004004; Target is oMusic2; Mode is Clear; Rewind is true; end
- ];
- end
- ];
- end;
-
- object oreportage2_lancer6 is cImage
- with
- Flags is $00000150;
- Name is "reportage2 lancer";
- Shown is false; Cursor is oFingerCursor;
- X is 475; Y is 573;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/lancer%20bonus%202.jpg"; URLOption is GetDiskURL;
-
-
- Events is [
- cMouseEnterEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oTargetSelf; end
- ];
- end,
- cMouseLeaveEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
- ];
- end,
- cMouseUpEvent
- with Flags is $00000004;
- Commands is [
- cSwitchURLCommand
- with Target is oVid_o19; URL is "../../data/Videos/bonus02.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o19; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o19; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o19; Rewind is true; end,
- cRunCommand
- with Flags is $00000004; Target is oMusic2; Mode is Clear; Rewind is true; end
- ];
- end
- ];
- end;
-
- object oBox8 is cBox
- with
- Flags is $00000150;
- release Editor:
- IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
- end;
- Name is "Box";
- Region is {$FFFF000A,$00000000,$0069006A};
- Cursor is oFingerCursor;
- X is 690; Y is 375;
- Width is 106; Height is 107;
-
-
- Events is [
- cMouseUpEvent
- with Flags is $00000004; Flag is true;
- Commands is [
- cBrowseCommand
- with URL is "data/Interface/mcm.k"; URLOption is GetDiskURL; end
- ];
- end
- ];
- end;
-
- object oVid_o19 is cMPEGMovie
- with
- Flags is $00000154;
- Name is "Vid\$E9o1";
- Enabled is false; Shown is false; Cursor is oEmptyCursor;
-
- Width is 800; Height is 600;
-
- URL is "data/Videos/bonus01.mpg"; URLOption is GetDiskURL;
- Events is [
- cMouseUpEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; Rewind is true; end,
- cRunCommand
- with Flags is $00000004; Target is oMusic2; Rewind is true; end
- ];
- end,
- cFinishedEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; Rewind is true; end,
- cRunCommand
- with Flags is $00000004; Target is oMusic2; Rewind is true; end
- ];
- end
- ];
- end;